|
| | FrameLib_Unpack (FrameLib_Context context, FrameLib_Parameters::Serial *serialisedParameters, void *owner) |
| |
| virtual std::string | objectInfo (bool verbose) |
| |
| virtual std::string | inputInfo (unsigned long idx, bool verbose) |
| |
| virtual std::string | outputInfo (unsigned long idx, bool verbose) |
| |
| virtual const FrameLib_Parameters * | getParameters () const |
| |
| virtual FrameType | inputType (unsigned long idx) const |
| |
| virtual FrameType | outputType (unsigned long idx) const |
| |
| virtual void | autoOrderingConnections () |
| |
| virtual void | clearAutoOrderingConnections () |
| |
| | FrameLib_MultiChannel (ObjectType type, FrameLib_Context context, void *owner, unsigned long nIns, unsigned long nOuts) |
| |
| | FrameLib_MultiChannel (ObjectType type, FrameLib_Context context, void *owner) |
| |
| virtual | ~FrameLib_MultiChannel () |
| |
| virtual void | setFixedInput (unsigned long idx, double *input, unsigned long size) |
| |
| virtual void | blockUpdate (double **ins, double **outs, unsigned long blockSize) |
| |
| virtual void | reset (double samplingRate, unsigned long maxBlockSize) |
| |
| | FrameLib_Object (ObjectType type, FrameLib_Context context, void *owner, FrameLib_MultiChannel *parent) |
| |
| virtual | ~FrameLib_Object () |
| |
| ObjectType | getType () const |
| |
| FrameLib_Context | getContext () const |
| |
| void * | getOwner () const |
| |
| unsigned long | getNumIns () const |
| |
| unsigned long | getNumOuts () const |
| |
| unsigned long | getNumAudioIns () const |
| |
| unsigned long | getNumAudioOuts () const |
| |
| unsigned long | getNumAudioChans () const |
| |
| virtual std::string | audioInfo (unsigned long idx, bool verbose=false) |
| |
| ConnectionResult | addConnection (FrameLib_MultiChannel *object, unsigned long outIdx, unsigned long inIdx) |
| |
| void | deleteConnection (unsigned long inIdx) |
| |
| ConnectionResult | addOrderingConnection (FrameLib_MultiChannel *object, unsigned long outIdx) |
| |
| void | deleteOrderingConnection (FrameLib_MultiChannel *object, unsigned long outIdx) |
| |
| void | clearOrderingConnections () |
| |
| void | clearConnections () |
| |
| bool | isConnected (unsigned long inIdx) const |
| |
| FrameLib_MultiChannel * | getConnection (unsigned long idx) const |
| |
| unsigned long | getConnectionIdx (unsigned long idx) const |
| |
| bool | supportsOrderingConnections () const |
| |
| unsigned long | getNumOrderingConnections () const |
| |
| FrameLib_MultiChannel * | getOrderingConnection (unsigned long idx) const |
| |
| unsigned long | getOrderingConnectionIdx (unsigned long idx) const |
| |
| bool | isOrderingConnection (FrameLib_MultiChannel *object) const |
| |
| unsigned long | getNumOutputDependencies () const |
| |
| FrameLib_MultiChannel * | getOutputDependency (unsigned long idx) const |
| |
| | FrameLib_Queueable () |
| |
|
| typedef FrameLib_Queueable< FrameLib_MultiChannel >::Queue | Queue |
| |
| static bool | handlesAudio () |
| |
| static bool | handlesAudio () |
| |
| typedef FrameLib_Object::UntypedConnection< FrameLib_Block > | Connection |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| unsigned long | getInputNumChans (unsigned long inIdx) |
| |
| Connection | getInputChan (unsigned long inIdx, unsigned long chan) |
| |
| unsigned long | getOrderingConnectionNumChans (unsigned long idx) |
| |
| Connection | getOrderingConnectionChan (unsigned long idx, unsigned long chan) |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| void | enableOrderingConnections () |
| |
| U * | alloc (unsigned long N) |
| |
| void | dealloc (U *&ptr) |
| |
| void | clearAllocator () |
| |
| FrameLib_LocalAllocator::Storage * | registerStorage (const char *name) |
| |
| void | releaseStorage (FrameLib_LocalAllocator::Storage *&storage) |
| |
| static const char * | formatInfo (const char *verboseStr, const char *briefStr, bool verbose) |
| |
| static std::string | formatInfo (const char *verboseStr, const char *briefStr, unsigned long idx, bool verbose) |
| |
| static std::string | formatInfo (const char *verboseStr, const char *briefStr, const char *replaceStr, bool verbose) |
| |
| static std::string | numberedString (const char *str, unsigned long idx) |
| |
| std::vector< MultiChannelOutput > | mOutputs |
| |